html{
    background-color: #222
}

.basicShadow {
    text-shadow: 0px 0px 10px darkslategray;
}

.uav-view {
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: auto auto, cover;
    background-repeat: no-repeat;
    background-image: -webkit-radial-gradient(circle farthest-corner at center bottom, rgba(19, 26, 30, 0.9) 0%, rgba(19, 26, 30, 0.9) 100%), url("..\\armaimage");
    background-image: radial-gradient(circle farthest-corner at center bottom, rgba(19, 26, 30, 0.9) 0%, rgba(19, 26, 30, 0.9) 100%), url("..\\armaimage");
  }

.uav-view-secondLayer {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 3px);
    background: repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 3px);
    background-size: 100% 4px;
}

#mainNavbar{
    background-color: #222;
} 

.uk-navbar-dropdown-nav>li.uk-active>a{
    color: #fff;
}

.uk-modal-body{
    background-color: #333;
    color: #fff;
   
}

.uk-modal-footer.uk-text-right{
    background-color: #333;
    border-top: 1px solid #222;
}

.uk-modal-footer .uk-button.uk-button-default.uk-modal-close{
     color: #fff;
}

.crossed{
    text-decoration-line: line-through;
}
.sale{
    border: 1px solid gold !important;
}
.uk-subnav-pill>.uk-active>a{
    background-color: #ae9d3a;
}
.uk-button-primary{
    background-color: #ae9d3a !important;
}

.member-zone .uk-card h3{
    font-size: 18px;
    text-align: center;
}

.uk-card-media-top{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.uk-card{
    border-radius: 10px;
    background-color: #484848;
}

.uk-card-media-left{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.member-zone{
    background-color: #222;
    border-radius: 20px;
}

.member-zone h1{
    font-size: 24px;
    color: #fbe354;
    text-align: center;
}
.member-zone h3{
    font-size: 20px;
    color: #fbe354;
    text-align: left;
    vertical-align: center;
}

.fpg-icon{
    display: inline-block;
    position:relative;
    top: -2px;
}

.fpg-user-icon{
    width: 60px;

    border-radius: 30px;
    border: 2px solid #fbe354;
}
.uk-nav-default>li.uk-active>a{
    color: white;
}

.color-light-grey{
    color: #999;
}